home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Sprite World / SpriteWorld 2.0 / SpriteWorld Examples / About These Demos
Encoding:
Text File  |  1996-09-24  |  999 b   |  7 lines

  1. In this folder are several example programs that demonstrate various aspects of SpriteWorld. Probably one of the best ways to learn how to use SpriteWorld is to open one of the demos and start playing with it, changing things here and there until you become familiar with how SpriteWorld operates.
  2.  
  3. Some of the demos, such as the Scrolling demos, are controlled with either the numeric keypad or the arrow keys. Simply use these keys to scroll around the screen.
  4.  
  5. Many of the demos give a FPS (frames per second) report when they are done. This report is not very accurate, but is only there to give you a rough idea of how fast the animation is going. If you need an accurate report, run SpriteTest.
  6.  
  7. Also, most of the demos are limited to a certain speed to keep them from going too fast on faster Macs. If you want to see how fast a demo can really go, look for the #defined value kMaxFPS at the beginning of the demo's source code and change it to 0 to let the animation run as fast as possible.